CacheAudioTracks property

Returns/Sets if audio tracks should be cached/decompressed prior to being written. MP3s will be decoded prior to writing the track if this setting is used. PCM .wav files will be copied locally and written to a raw file before recording if this setting is enabled. Use this setting if your machine is too slow to decompress .mp3 files 'on-the-fly', or if writing audio files from a network location.

Property type

A No Return Value value.

Syntax

object.CacheAudioTracks [= value]

The CacheAudioTracks property syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterXP.
value Boolean